text CSS


Posted by mijouhsieh on 2023-12-20

反選文字設定顏色

codepen

::selection {
    color: #ea1b0e;
    background-color: rgba(255,222,230,.9);
}

#css text #::selection







Related Posts

React 多環境建置開發

React 多環境建置開發

細節-型別轉換和陣列篩選

細節-型別轉換和陣列篩選

[ week14 ] 部署 AWS EC2 linux + LAMP Web Server +Sequel Pro +gandi

[ week14 ] 部署 AWS EC2 linux + LAMP Web Server +Sequel Pro +gandi


Comments